fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 22 Sep 2006 16:32:49 +0000 (16:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 22 Sep 2006 16:32:49 +0000 (16:32 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkpagesetup.sgml

index d41576f0416dfa74347e0445833800d3318e6abf..3af517dddc2b0029b04d0a35b523d3d7cc15baf4 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkpagesetup.sgml: Apply a patch
+       to fix some typos.  (#355961, Claudio Saavedra)
+
 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/glossary.xml: Add an entry for Ellipsization.
index 1a15fb8d6afd48c11bfec1b4395e6042a62fd59b..8480afc4fee905c8df282116a66c212791daa20e 100644 (file)
@@ -8,7 +8,7 @@ Stores page setup information
 <para>
 A GtkPageSetup object stores the page size, orientation and margins. 
 The idea is that you can get one of these from the page setup dialog 
-and then pass it to the #GtkPrittntOperation when printing. 
+and then pass it to the #GtkPrintOperation when printing. 
 The benefit of splitting this out of the #GtkPrintSettings is that 
 these affect the actual layout of the page, and thus need to be set 
 long before user prints.